projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abdcf1f
)
(vc-diff): Make NOT-URGENT default to t.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 26 Jan 1996 19:36:34 +0000
(19:36 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 26 Jan 1996 19:36:34 +0000
(19:36 +0000)
lisp/vc.el
patch
|
blob
|
history
diff --git
a/lisp/vc.el
b/lisp/vc.el
index ca4b70bd4defc5b28fa91ce1067d56069d1e637f..b4c6f9e19e893845238b9fd24e85984a5667e27e 100644
(file)
--- a/
lisp/vc.el
+++ b/
lisp/vc.el
@@
-1110,7
+1110,7
@@
Normally this compares the current file and buffer with the most recent
checked in version of that file. This uses no arguments.
With a prefix argument, it reads the file name to use
and two version designators specifying which versions to compare."
- (interactive
"P"
)
+ (interactive
(list current-prefix-arg t)
)
(if vc-dired-mode
(set-buffer (find-file-noselect (dired-get-filename))))
(while vc-parent-buffer